test cases for common algorithms [on hold]

Posted by Alexey on Programmers See other posts from Programmers or by Alexey
Published on 2013-06-27T19:00:16Z Indexed on 2013/06/27 22:28 UTC
Read the original article Hit count: 323

Filed under:

I need samples of test inputs and correct outputs for common algorithms for sorting, searching, data structures, graphs, etc. to check for mistakes in my future implementations. Can you advice resources with test cases? Or a website with community that implements algorithms and shares with results? Thanks!

Edit: to clarify: I am going to implement forementioned algorithms for studying purposes and need inputs including large ones and correct outputs to better find mistakes in my implementations, since test cases that I can come up with on my own with might not be enough to reveal mistakes.

© Programmers or respective owner

Related posts about algorithms